Skip to main content

PurchaseOrders

brandRetailerId string[]nullable

Local IDs of the brand/retailer in the Time and Action

Example: ["B1234"]
departments object[]nullable

List of departments

  • Array [
  • departmentId stringnullable

    Unique identifier of the department of the item

    Example: 020
  • ]
  • factoryId string[]nullable

    Local IDs of the factory in the Time and Action

    Example: ["F1234"]
    localBrandRetailerId stringnullable

    Local Custom ID of the Brand/Retailer organization of the Purchase Order in a Time & Action

    Example: B1234
    localFactoryId stringnullable

    Local Custom ID of the Factory organization of the Purchase Order in a Time & Action

    Example: F1234
    localSupplierId stringnullable

    Local Custom ID of the Supplier organization of the Purchase Order in a Time & Action

    Example: S1234
    poNumber stringnullable

    Purchase order number

    Example: PO1234
    supplierId string[]nullable

    Local IDs of the supplier in the Time and Action

    Example: ["S1234"]
    PurchaseOrders
    {
    "brandRetailerId": [
    "B1234"
    ],
    "departments": [
    {
    "departmentId": "020"
    }
    ],
    "factoryId": [
    "F1234"
    ],
    "localBrandRetailerId": "B1234",
    "localFactoryId": "F1234",
    "localSupplierId": "S1234",
    "poNumber": "PO1234",
    "supplierId": [
    "S1234"
    ]
    }