Paths
/items
Get Item
The Items API provides the capability of getting product information within the FedEx® Fulfillment platform.
Enter Client Secret
Enter Client ID
Enter AccessToken, it is mandatory in case of basic authentication.
SUMMARY or DETAIL
Color
28600
005-009-0001
4353455
1
Blue
true or false
5
1469144285159
1469144285159
fsc-api-admin@fedex.com
200 OK
Create Item
The Items API provides the capability of creating new products within the FedEx® Fulfillment platform. These newly created products will be part of Product Catalog for the retailer to manage their inventory and make any required changes to an existing product information.
Enter Client Secret
Enter Client ID
{"item": {"longDescription": "Test ","hsCode": "1040.60","brand": "Apple","model": "Apple","subCategory": "electronics", "productClass": "productClass","retailerType": "RMS","hazardMaterial": false,"battery": true,"batteryType": "Alkaline","barCodeMarked": true,"shelfLife": 2,"serializationRequired": true,"batchLotRequired": false,"polyBagRequired": true,"shipAlone": false,"internationalShipping": true,"countryCode": "US","fragile": true,"perishable": true,"liquid": true, "sku": "SKU1-23-SKU-23e4-S5tw1443","upc": "fgwww","dimensions": {"height": 12,"length": 10,"width": 1},"weight": 12,"itemCost": "1","retailPrice": "1","returnItemInfo": { "returnable": 1,"returnDaysLimit": 4,"destination": "test","shippingService": "GR","serialNumber": true,"requireRepCapture": 1,"countryOfOriginRequired": true,"casPackingSku": [{"packingSku": "12345"},{"packingSku": "23456"},{"packingSku": "78965"}]}, "lowStockThreshold": 10,"hazardous": 1,"name": "qw","categoryId": 1,"variants": [{"attributeKey": "1","attributeValue": "hsd"}, {"attributeKey": "2","attributeValue": "6"}, { "attributeKey": "1","attributeValue": "2"}],"caseDetails": [{"id": 1,"caseType": "innerCase","barCode": "123322334","height": 1,"length": 1,"width": 1, "weight": 1,"numberOfUnits": 1}, {"id": 1,"caseType": "masterCase","barCode": "3","height": 6,"length": 1,"width": 4,"weight": 2,"numberOfUnits": 2}]}}
{
"schema": {
"type": "object"
}
}
Enter AccessToken, it is mandatory in case of basic authentication.
fsc-api-admin@fedex.com
200 OK
/items/{itemId}
Update Item
The Items API provides the capability of updating products within the FedEx® Fulfillment platform.
Enter Client Secret
Enter Client ID
{"item": {"longDescription": "Test ","hsCode": "1040.60","brand": "Apple","model": "Apple","subCategory": "electronics", "productClass": "productClass","retailerType": "RMS","hazardMaterial": false,"battery": true,"batteryType": "Alkaline","barCodeMarked": true,"shelfLife": 2,"serializationRequired": true,"batchLotRequired": false,"polyBagRequired": true,"shipAlone": false,"internationalShipping": true,"countryCode": "US","fragile": true,"perishable": true,"liquid": true, "sku": "SKU1-23-SKU-23e4-S5tw1443","upc": "fgwww","dimensions": {"height": 12,"length": 10,"width": 1},"weight": 12,"itemCost": "1","retailPrice": "1","returnItemInfo": { "returnable": 1,"returnDaysLimit": 4,"destination": "test","shippingService": "GR","serialNumber": true,"requireRepCapture": 1,"countryOfOriginRequired": true,"casPackingSku": [{"packingSku": "12345"},{"packingSku": "23456"},{"packingSku": "78965"}]}, "lowStockThreshold": 10,"hazardous": 1,"name": "qw","categoryId": 1,"variants": [{"attributeKey": "1","attributeValue": "hsd"}, {"attributeKey": "2","attributeValue": "6"}, { "attributeKey": "1","attributeValue": "2"}],"caseDetails": [{"id": 1,"caseType": "innerCase","barCode": "123322334","height": 1,"length": 1,"width": 1, "weight": 1,"numberOfUnits": 1}, {"id": 1,"caseType": "masterCase","barCode": "3","height": 6,"length": 1,"width": 4,"weight": 2,"numberOfUnits": 2}]}}
{
"schema": {
"type": "object"
}
}
Enter AccessToken, it is mandatory in case of basic authentication.
Enter the ItemId
fsc-api-admin@fedex.com
200 OK