Download OpenAPI specification:Download
fabrics export APIs for multi tenant service
Exports records by query
required | object (XSiteContext) x-site-context value |
[SUCCESS] Record export process Initiated
[BAD REQUEST]
Not Found
Internal Server Error
{- "limit": 10,
- "offset": 0,
- "sortBy": "updatedAt",
- "sortDirection": "desc",
- "filters": {
- "retail": {
- "locationNum": 12
}, - "orderSubTotal": {
- "gte": 1300,
- "lt": 1400
}, - "orderNumber": "order-*Z",
- "statusCode": [
- "ORDER_CREATED"
], - "createdAt": {
- "lt": "2022-09-11T23:12:00.123Z"
}, - "shipInfo": {
- "shipToId": [
- "23434",
- "23436"
]
}
}, - "module": "ORDER",
- "csvHeadersConfig": "default"
}
{- "keyId": "6213c2d4deeadd00debb46b4",
- "version": 0,
- "module": "order",
- "status": "FINISHED",
- "totalRowsExported": 20,
- "totalRecordsExported": 20,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "filters": {
- "orderSubTotal": {
- "gte": 1300,
- "lt": 1400
}, - "orderNumber": "order-*Z",
- "statusCode": [
- "ORDER_CREATED"
], - "createdAt": {
- "lt": "2022-09-11T23:12:00.123Z"
}
}
}
Retrieves OMS export log history by query
required | object (XSiteContext) x-site-context value |
OMSExportLog list matching query
[BAD REQUEST]
Not Found
Internal Server Error
{- "limit": 10,
- "offset": 0,
- "sortBy": "updatedAt",
- "sortDirection": "desc",
- "filters": {
- "retail": {
- "locationNum": 12
}, - "orderSubTotal": {
- "gte": 1300,
- "lt": 1400
}, - "orderNumber": "order-*Z",
- "statusCode": [
- "ORDER_CREATED"
], - "createdAt": {
- "lt": "2022-09-11T23:12:00.123Z"
}, - "shipInfo": {
- "shipToId": [
- "23434",
- "23436"
]
}
}
}
{- "count": 100,
- "limit": 10,
- "offset": 1
}
Retrieves record export status for given request
Record Export status
[BAD REQUEST]
KeyId provided is incorrect
Internal Server Error
{- "keyId": "6213c2d4deeadd00debb46b4",
- "version": 0,
- "module": "order",
- "status": "FINISHED",
- "totalRowsExported": 20,
- "totalRecordsExported": 20,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "filters": {
- "orderSubTotal": {
- "gte": 1300,
- "lt": 1400
}, - "orderNumber": "order-*Z",
- "statusCode": [
- "ORDER_CREATED"
], - "createdAt": {
- "lt": "2022-09-11T23:12:00.123Z"
}
}
}
Retrieves list of headers for given module. Accepted values are order, location, allocation, inventory, invoice, and network.
List of headers
[BAD REQUEST]
Not a valid module name
Internal Server Error
{- "header1": true,
- "header2": true
}
Retrieves list of files for given module. Accepted values are order, location, allocation, inventory, invoice, and network.
List of network export keys
[BAD REQUEST]
Not a valid module name
Internal Server Error
"[KeyId1, KeyId2]"