PurchaseOrderResponse

A purchase order with its line items.

  • createdAt
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • id
    Type: string
    required

    Augment's identifier for the purchase order.

  • lineItems
    Type: array object[] · PurchaseOrderLineItemResponse[]
    required
    • currency
      Type: string
      required
    • id
      Type: string
      required

      Augment's identifier for the line item.

    • lineNumber
      Type: string
      required
    • customData
      Type: object nullable
    • description
      Type: string nullable
    • expectedArrivalDate
      Type: string Format: datenullable

      The stored UTC calendar day this line is expected to arrive.

    • openQuantity
      Type: integer nullable

      Integer numbers.

    • orderedQuantity
      Type: integer nullable

      Integer numbers.

    • sku
      Type: string nullable
    • status
      Type: string · PurchaseOrderStatusenum

      Lifecycle state of a purchase order or one of its line items.

      values
      • OPEN
      • CLOSED
      • CANCELED
    • unitOfMeasure
      Type: string nullable
    • unitPrice
      Type: string nullable
  • purchaseOrderDate
    Type: string Format: date
    required

    The stored UTC calendar day.

  • purchaseOrderNumber
    Type: string
    required
  • status
    Type: string · PurchaseOrderStatusenum
    required

    Lifecycle state of a purchase order or one of its line items.

    values
    • OPEN
    • CLOSED
    • CANCELED
  • updatedAt
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • customData
    Type: object nullable
  • internalPurchaseOrderNumber
    Type: string nullable