These docs are for v1.38.0. Click to read the latest docs for v1.39.0.

v1.14.0 (Deprecated)

New Endpoints

Removed Endpoints

Modified Inputs

  • Moved POST request from /stores/inventory/customListing to /stores/:storeKey/inventory/customListing
  • Renamed the productConditionId attribute to skuId. The input for this endpoint should now be in the format:
{
    "skuId": "1137320",
    "price": 12.34,
    "quantity": 1,
    "title": "Custom listing title",
    "description": "Custom listing description, can contain limited HTML",
    "photoIds": [
        "00000000-0000-0000-0000-000000000001",
        "00000000-0000-0000-0000-000000000002"
    ]
}

Modified Returns

  • GET /catalog/categories
    • Added totalItems attribute at the root to help in paging
  • GET /user/me
    • Added isKioskUser attribute that indicates if the user is a kiosk user

Bug Fixes

  • POST/stores/:storeKey/inventory/categories/:categoryId/search
    • Properly populate abbr attribute the language object
  • GET /stores/:storeKey/inventory/products
    • Properly populate abbr attribute the language object
  • GET /stores/:storeKey/inventory/products/:productId/skus
    • Properly populate abbr attribute the language object