GET /sale-items/{id}.json

GET /sale-items/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /sale-items/{id}.json
curl \
 -X GET http://api.example.com/v1/sale-items/{id}.json
Response examples (200)
{
  "allocation": {},
  "bundleQuantity": 0,
  "bundleSaleItemId": 42,
  "channelCompareAtPrice": 42.0,
  "channelPrice": 42.0,
  "cloneSaleItemId": 42,
  "commercialInvoicePrice": 42.0,
  "costPrice": 42.0,
  "createdAt": "2023-05-04T09:42:00+00:00",
  "discount": 42.0,
  "discountAllocated": {},
  "discounts": {},
  "dropshipProviderId": 42,
  "externalId": "string",
  "externalVariantId": "string",
  "id": 42,
  "inventoryProcessed": 0,
  "isBundle": false,
  "location": "string",
  "locked": false,
  "manualRouting": "dropship",
  "name": "string",
  "notes": {},
  "orderRouting": "automated",
  "preventDuplicates": false,
  "price": 0,
  "properties": {},
  "quantity": 1,
  "quantityCancelled": 0,
  "quantityInvoiced": 0,
  "quantityRefunded": 0,
  "quantityReturned": 0,
  "saleId": 42,
  "subtotal": 0,
  "tax": 0,
  "taxRate": 42.0,
  "taxable": false,
  "unallocated": false,
  "updatedAt": "2023-05-04T09:42:00+00:00",
  "variantId": 42,
  "warehouseId": 42
}