/WarehouseItem?SavedDesignedId={saveddesignId} | GET | Retrieve a set of warehouse items by saved design id | N/A | [ { "Id": 1487, "InventoryId": "PI 1487 10", "Name": "Tie Dye Eternity Adult Tee", "Description": "m / Tie Dye Cotton Candy", "Width": 0, "Length": 0, "Quantity": 0, "Type": "merchandise", "PackingType": "NA", "UsageRule": "one-per-merch", "IsActivated": true, "Weight": 16, "WeightUnit": "OUNCES", "HarmonizationCode": "6110202041", "CountryCodeOfOrigin": "US", "SKU": "APQ-3110146S7A1", "SaveDesignId": "3930290356307", "Position": 0 }, { "Id": 1488, "InventoryId": "PI 1488 11", "Name": "Tie Dye Eternity Adult Tee", "Description": "xxl / Tie Dye Cotton Candy", "Width": 0, "Length": 0, "Quantity": 0, "Type": "merchandise", "PackingType": "NA", "UsageRule": "one-per-merch", "IsActivated": true, "Weight": 19, "WeightUnit": "OUNCES", "HarmonizationCode": "6110202041", "CountryCodeOfOrigin": "US", "SKU": "APQ-3110146S2A1", "SaveDesignId": "3930290356307", "Position": 0 }] |
/WarehouseItem/?SKU={sku} | GET | Retrieve a specific warehouse item by SKU | N/A | [ { "Id": 1487, "InventoryId": "PI 1487 10", "Name": "Tie Dye Eternity Adult Tee", "Description": "m / Tie Dye Cotton Candy", "Width": 0, "Length": 0, "Quantity": 0, "Type": "merchandise", "PackingType": "NA", "UsageRule": "one-per-merch", "IsActivated": true, "Weight": 16, "WeightUnit": "OUNCES", "HarmonizationCode": "6110202041", "CountryCodeOfOrigin": "US", "SKU": "APQ-3110146S7A1", "SaveDesignId": "3930290356307", "Position": 0 } ] |
/WarehouseItem/?WarehouseItemIds={comma separated Ids} | GET | Retrieve link to download all the barcode in single html file | NA | https://blob.apliiq.com/content/_release/barcodes/req-133957833515626598-a78da0d6-a8b2-4731-b42f-d81808f2c5dd-1581_itbc.html
|
/WarehouseItem/{id} | GET | Retrieve a specific warehouse item by Id | NA | [ { "Id": 1487, "InventoryId": "PI 1487 10", "Name": "Tie Dye Eternity Adult Tee", "Description": "m / Tie Dye Cotton Candy", "Width": 0, "Length": 0, "Quantity": 0, "Type": "merchandise", "PackingType": "NA", "UsageRule": "one-per-merch", "IsActivated": true, "Weight": 16, "WeightUnit": "OUNCES", "HarmonizationCode": "6110202041", "CountryCodeOfOrigin": "US", "SKU": "APQ-3110146S7A1", "SaveDesignId": "3930290356307", "Position": 0, "BarcodeDownloadLink": "https://apliiqsc.blob.core.windows.net/content/_release/barcodes/req-133959035439881552-573ac0d1-07d2-4e73-a718-a0bfe4c5bc96-1487_itbc.html"
} ]
|
/WarehouseItem | POST | Create a new warehouse item | { "Name": "Test WI XYZ 25-57-27 04:57:59", "Description": "Description of a XYZ Item", "Width": 0, "Length": 0, "Type": "merchandise", "ImageURL":"https://blob.apliiq.com/sitestorage/_release/Overrides/ProductImage/5322789_0647be_113.webp", "UsageRule": "one-per-merch", "IsActivated": true, "Weight": 8, "WeightUnit": "OZ", "HarmonizationCode": "6109.10.00.12", "CountryCodeOfOrigin": "US", "SKU": "XYZ_M_BlueSky", "SaveDesignId": "9999999", "Position": 1 } | 1501
|
/WarehouseItem/{id} | DELETE | Deleting a warehouse item | N/A |
|
/WarehouseItem/{id} | PUT | Activate / Deactivate | {"IsActive": true} |
|
|
|
|
|
|
/WarehouseShipment | POST | Create a shipment with items | { "Items": [ { "Id": 1487, "Quantity": 1 } ], "Factory": "Los Angeles", "Note": "this is a return item" }
| { "Id": 1320, "Items": [ { "Id": 1487, "Quantity_Received": 0, "InventoryId": "PI 1487 10", "Name": "Tie Dye Eternity Adult Tee", "Description": "m / Tie Dye Cotton Candy", "Quantity": 1, "Type": "merchandise", "IsActivated": true, "Weight": 0, "SKU": "APQ-3110146S7A1", } ], "Factory": "Los Angeles", "Note": "this is a return item", "Status": "", "BarcodeDownloadLink": "https://blob.apliiq.com/content/_debug/barcodes/req-133958879070940856-f2eea805-7913-416c-9cc0-c5a4fd39233a-1320_shipmentBarcodes.html", "Name": "SH 1320 018" }
|
/WarehouseShipment/{id} | GET | Get shipment and its warehouse items | NA | { "Id": 1316, "Items": [ { "Id": 1497, "Quantity_Received": 5, "InventoryId": "PI 1497 20", "Name": "Tultex Unisex T Shirt", "Description": "xs / Peach", "Width": 0, "Length": 0, "Quantity": 5, "Type": "merchandise", "IsActivated": true, "Weight": 0, "SKU": "APQ-4551796S5A0" } ], "Factory": "Los Angeles", "Status": "", "BarcodeDownloadLink": "https://blob.apliiq.com/content/_debug/barcodes/req-133958870160298787-331b88e6-49e4-451a-b83b-0f11e15005d7-1319_shipmentBarcodes.html ", "Name": "SH 1316 014"
}
|
|
|
|
|
|