ShopGo
1.0.0
1.0.0
  • Welcome
  • Developer Guides
    • Order Processing
    • Webhooks
      • Calculate Shipping Rates
  • Management API
    • Introduction
    • Authentication
      • Using User API Key
      • Using Platform API Key
    • Authorization
    • Objects
      • Primitives
      • Order
      • Payment
      • Shipment
      • Purchase
      • Adjustment
      • Charge
      • Attribute
    • API Endpoints
  • Platform API
    • Introduction
    • Authentication
    • Objects
    • API Endpoints
      • Tenant
Powered by GitBook
On this page

Was this helpful?

  1. Management API
  2. Objects

Purchase

Purchase

Description of ordered goods or services

Example

{
    "sku": "demo-dress-0001-00",
    "name": <BilingualString>,
    "total": <Money>,
    "image": "https://cdn.shopgo.io/demo/catalog/women/dress1/take1.jpg",
    "charges": [<Charge>],
    "quantity": 2,
    "unit_price": <Money>,
    "attributes": [<Attribute>]
}

PreviousShipmentNextAdjustment

Last updated 4 years ago

Was this helpful?