Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

1. Check Task Status

  • Check task related create or update product task.

2. API Spec

1) Request

Endpoint

https://prod.ax-cloud.com/v1/celery-task-check/<uuid:task_id>

Method

GET

Description

Check task.

Content-Type

application/json

2) Query Parameter

Name

Required

Type

Description

task_id

O

UUID

Task id generated below link related that create or update product

https://axchange.atlassian.net/wiki/spaces/AC/pages/edit-v2/328204382

Product - Update

3) Response

Name

Type

Description

status_code

Number

Server response code

message

String

Server response message

data

Object

not_processed_company_code

Array

Among the company codes in the depth combination file, company codes that could not be processed because of that company code not matching the supplier access key you entered

id_to_common_code

Object

Key-value pairs. Key is entered by you product id and value is real product common code generated by AX

su_total

Number

The total product of number

su_success

Number

The created product of number

su_fail

Number

The create failed product of number

4) Error Spec

Status Code

Message

Solution

400

Need valid depth combination file and contents file.

Check the guide sheet of the depth combination, contents and enter a valid value for each column


  • No labels