item

Item - Add Serial Numbers

Add serial numbers to an item's inventory at a specific warehouse.

post/item/add_serial_numbers

Request body

item_idstring required

Item ID

serial_numbersstring[] required

Serial numbers to add

no_refreshboolean

Skip cache refresh

skustring

Item SKU (alternative lookup)

lot_countnumber

Lot count

lot_prefixstring

Lot prefix

Response

Serial numbers added

successboolean required

Whether the operation succeeded

serial_numbersstring[]

Serial numbers that were added

Changes

Changed in 4 of the 13 revisions of this API.6421

    • the request property item_id became required

      request-property-became-required

    • the request property serial_numbers became required

      request-property-became-required

    • the lot_count request property type/format changed from string/ to number/

      request-property-type-changed

    • api operation id post_item_add_serial_numbers was added

      api-operation-id-added

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the new optional request property lot_count

      new-optional-request-property

    • added the new optional request property lot_prefix

      new-optional-request-property

  • 08cd9cfa14dd142See the full diff
    • added required request body

      request-body-added-required

    • deleted the query request parameter item_id

      request-parameter-removed

    • deleted the query request parameter no_refresh

      request-parameter-removed

    • deleted the query request parameter serial_numbers

      request-parameter-removed

    • deleted the query request parameter sku

      request-parameter-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

  • 46ceda528000210See the full diff
    • removed the request body

      request-body-removed

    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • api operation id post_item_add_serial_numbers removed and replaced with

      api-operation-id-removed

    • added the new optional query request parameter item_id

      new-optional-request-parameter

    • added the new optional query request parameter no_refresh

      new-optional-request-parameter

    • added the new optional query request parameter serial_numbers

      new-optional-request-parameter

    • added the new optional query request parameter sku

      new-optional-request-parameter

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    This revision also has 85 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog