AdminPostStockLocationsReq
internal.internal.AdminPostStockLocationsReq
Schema
AdminPostStockLocationsReq type: object required:
- name
properties:
name:
description: the name of the stock location
type: string
address_id:
description: the ID of an existing stock location address to associate with the stock location. Only required if
address
Learn about the metadata attribute, and how to delete and update it.address_id
is not provided. $ref: "#/components/schemas/StockLocationAddressInput"
Properties
Was this section helpful?