GET SKU Detail by SKU Code
Last Updated by 24/10/2022
Shipper API gives interface access to our clients for retrieving or pulling SKU Detail by ID API from Shipper Warehouse Management System
Specification
Field | Endpoint | Description |
---|---|---|
GET | /v3/fulfillment/sku/{sku_code} |
Path Parameter
Field | Description | Notes |
---|---|---|
sku_code | The registered sku code to search | Mandatory |
Sample Body Response
{
"metadata": {
"path": "/v3/fulfillment/sku/11004002?%3Asku_code=11004002&",
"http_status_code": 200,
"http_status": "OK",
"timestamp": 1637224749
},
"data": {
"sku": {
"sku": "11004002",
"sku_descr_1": "Mask",
"sku_descr_2": "Mask",
"active_flag": true,
"easy_code": "",
"item_code": "",
"sku_barcode": "",
"alternate_sku_a": "",
"alternate_sku_b": "",
"alternate_sku_c": "",
"sku_high": 2.13,
"sku_length": 2.13,
"sku_width": 2.13,
"gross_weight": 2.13,
"net_weight": 0,
"tare": 0,
"cube": 0,
"price": 0,
"sku_group_1": "",
"sku_group_2": "",
"freight_class": "",
"cycle_class": false,
"qty_max": 0,
"qty_min": 0,
"shelf_life_flag": false,
"shelf_life_type": "",
"shelf_life": 0,
"shelf_life_alert_days": 0,
"inbound_life_days": 0,
"outbound_life_days": 0,
"serial_no_catch": false,
"over_rcv_percentage": 0,
"kit_flag": false,
"re_order_qty": 0,
"first_op": false,
"approval_no": "",
"medical_type": "",
"medicine_special_control": false,
"special_maintenance": "",
"second_serial_no_catch": false,
"reserved_field_01": "",
"reserved_field_02": "",
"notes": "",
"supplier_id": "ac7b5442-f936-4599-b593-3e91936d4729",
"uom_conversions": [
{
"uom_name": "CS",
"uom_qty": 20
},
{
"uom_name": "EA",
"uom_qty": 1
},
{
"uom_name": "IP",
"uom_qty": 10
},
{
"uom_name": "OT",
"uom_qty": 0
},
{
"uom_name": "PL",
"uom_qty": 100
}
],
"image_address": "https://shipper.id/image.png"
}
}
}
{
"metadata": {
"path": "/v3/fulfillment/sku/20001003?%3Asku_code=20001003",
"http_status_code": 400,
"http_status": "Bad Request",
"errors": [
{
"code": 810,
"message": "Invalid Input. Please Validate Your Input."
}
],
"timestamp": 1637213732
}
}
{
"metadata": {
"path": "/v3/fulfillment/sku/20001003?%3Asku_code=20001003",
"http_status_code": 401,
"http_status": "Unauthorized",
"errors": [
{
"code": 10001,
"message": "Unauthorized Access. You are not authorized to access this resource."
}
],
"timestamp": 1637213866
}
}
{
"metadata": {
"path": "/v3/fulfillment/sku/20001003?%3Asku_code=20001003",
"http_status_code": 404,
"http_status": "Not Found",
"errors": [
{
"code": 10004,
"message": "Record Does Not Exist. Please Validate Your Input Or Contact Administrator."
}
],
"timestamp": 1637215970
}
}
{
"metadata": {
"path": "/v3/fulfillment/sku/20001003?%3Asku_code=20001003",
"http_status_code": 500,
"http_status": "Internal Server Error",
"errors": [
{
"code": 803,
"message": "Internal Server Error. Please Call Administrator."
}
],
"timestamp": 1637213866
}
}
Updated about 2 years ago
What’s Next