Trendyol Global (CreateTdyGlobal)
POST CreateTdyGlobal
Use
Parameter Descriptions & Rules
The following table shows the input and output parameters of CreateTdyGlobal()
and their
The types and formats of the parameters are listed.
- Alanlar
- Example Services Request
- Example Response
Parametre | Zorunluluk | Açıklama | Veri Tipi |
---|---|---|---|
processKey | Yes | Defined processKey Information | string |
externalOrderIds | Yes | Order Numbers | string |
poNumber | No | PO number linked to the order | string |
boutiqueId | No | Boutique number | string |
barcode | No | Barcode information | string |
pieceNumber | No | Number of Units | string |
isDummy | No | Whether it's Dumy | string |
zpl | No | ZPL code | string |
message | No | Message information | string |
parameter | No | Parametric fields(5) | string |
{
"processKey": "string",
"externalOrderIds": [
"string"
],
"poNumber": "string",
"boutiqueId": "string",
"barcode": "string",
"pieceNumber": 0,
"isDummy": 0,
"zpl": "string",
"message": "string",
"parameter01": "string",
"parameter02": "string",
"parameter03": "string",
"parameter04": "string",
"parameter05": "string"
}
{
"result": "0",
"errorCode": "",
"systemMessage": " "
}
Services Response
result | errorCode | systemMessage | Açıklama |
---|---|---|---|
0 | Barcode information sent to the Rooster system was successfully transferred. | ||
1 | 101 | Order Not Found ! | Order information sent to the Rooster system was not found. |