INPUT_OBJECT

UpdatePurchaseOrderSystemSettingsInput

The input object that defines the fields for the updatePurchaseOrderSystemSettings mutation.

link GraphQL Schema definition

  • input UpdatePurchaseOrderSystemSettingsInput {
  • # The starting number for system generated purchase order numbers.
  • initial_purchase_order_number: Int
  • # The ID of an inventory location to be the default shipping location for purchase
  • # orders.
  • default_inventory_location_id: Int64Bit
  • }

link Require by