Shippo · Schema

RefundCreateRequest

EcommerceLabelsLogisticsReturnsShippingTracking

Properties

Name Type Description
transaction string Transaction object ID to refund
async boolean
View JSON Schema on GitHub

JSON Schema

shippo-refundcreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefundCreateRequest",
  "title": "RefundCreateRequest",
  "type": "object",
  "required": [
    "transaction"
  ],
  "properties": {
    "transaction": {
      "type": "string",
      "description": "Transaction object ID to refund"
    },
    "async": {
      "type": "boolean"
    }
  }
}