SwiftPOD
  1. Sample Schemas
SwiftPOD
  • Api
    • Webhook
      • List Webhooks
      • Subscribe to Webhook
      • Unsubcribe to webhook
      • Webhook Notification - Order Status Change Example
      • Webhook Notification - Tracking Number Example
      • Webhook Notification - In Transit and Delivered Status Example
      • Webhook Notification - Stock Status Change Example
    • Orders
      GET
    • Create Order
      POST
    • Create Multiple Orders
      POST
    • Get Order
      GET
    • Update Order
      PUT
    • Update Order Status
      PUT
    • Cancel Order
      POST
    • Catalogs
      GET
  • Changelog
  • Schemas
    • Sample Schemas
      • line_items
      • ship_by_date
      • Pet
      • Category
      • Tag
  1. Sample Schemas

line_items

[
    {
        "order_item_id": "string",
        "sku": "string",
        "name": "string",
        "quantity": 0,
        "print_files": [
            {
                "key": "front",
                "url": "string"
            }
        ],
        "preview_files": [
            {
                "key": "front",
                "url": "string"
            }
        ],
        "production_config": "default"
    }
]
Built with