Navigate WMS
  1. Miscellaneous
Navigate WMS
  • Navigate WMS
    • Introduction
  • Authentication
    • Authentication API
    • Authenticate User
      POST
  • Locations
    • Locations API
    • Get Locations
      GET
    • Add Location
      POST
    • Update Location
      PUT
    • Get Prep Locations
      GET
  • Product Catalog
    • Product Catalog API
    • Get Products
      POST
    • Add Product
      PUT
    • Get Product Details
      GET
    • Update Product
      PUT
    • Activate/Deactivate Product
      PATCH
    • Get Bundles
      POST
    • Add Bundle
      PUT
    • Get Bundle Details
      GET
    • Update Bundle
      PUT
    • Activate/Deactivate Bundle
      PATCH
    • Get Supplies
      POST
    • Add Supply
      PUT
    • Get Supply Details
      GET
    • Update Supply
      PUT
    • Activate/Deactivate Supply
      PATCH
    • Get Items
      POST
  • Inventory
    • Inventory API
    • Get Inventory
    • Get Inventory Details
  • Orders
    • Get Inbound Orders
    • Create Inbound Order
    • Get Inbound Order Details
    • Update Inbound Order
    • Cancel Inbound Order
    • Get Prep Orders
    • Create Prep Order
    • Get Prep Order Details
    • Update Prep Order
    • Cancel Prep Order
    • Get Manual Orders
    • Create Manual Order
    • Get Manual Order Details
    • Update Manual Order
    • Cancel Manual Order
  • Miscellaneous
    • Get Package Types
      GET
    • Get Prep Services
      GET
  1. Miscellaneous

Get Prep Services

Sandbox
https://sandbox.trynavigate.co/api/v1
Sandbox
https://sandbox.trynavigate.co/api/v1
GET
/prep-services
Sellers can use this API endpoint to retrieve all available
prep services. This list is required for creating prep orders.
The list of prep services available could vary from one seller
to another, depending on the contract with the seller. Tagging
the right set of prep services may be necessary for dispatching
products correctly to specific marketplaces, since each
marketplace may have its own pre-requisites for accepting
orders from sellers.

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or

Responses

🟢200OK
application/json
Success.
Body

🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.trynavigate.co/api/v1/prep-services' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "prepService": [
        {
            "id": 4,
            "serviceName": "Blank Stickering",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 7,
            "serviceName": "Boxing",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 10,
            "serviceName": "Bubble Wrapping",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 13,
            "serviceName": "Cap Sealing",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 16,
            "serviceName": "Debundle",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 19,
            "serviceName": "Hang Garment",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 22,
            "serviceName": "Labeling",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 28,
            "serviceName": "Polybagging",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 31,
            "serviceName": "Remove From Hanger",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 34,
            "serviceName": "Set Creation",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 37,
            "serviceName": "Set Stickering",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 40,
            "serviceName": "Suffocation Stickering",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        },
        {
            "id": 43,
            "serviceName": "Taping",
            "serviceImage": null,
            "serviceDescription": null,
            "quantity": 0,
            "unitCost": 0,
            "unitCostSecondTier": 0,
            "unitCostThirdTier": 0,
            "custom": false,
            "createDate": "2020-04-01",
            "lastModifiedDate": "2025-03-01",
            "deleted": false,
            "allSeller": false,
            "sellerIds": null,
            "warehouseService": false,
            "inactive": false
        }
    ],
    "totalCount": 15
}
Modified at 2025-10-28 07:26:19
Previous
Get Package Types
Built with