Skip to content

Files

Latest commit

 

History

History
32 lines (23 loc) · 823 Bytes

bulk-delete-order-custom-attributes-request.md

File metadata and controls

32 lines (23 loc) · 823 Bytes

Bulk Delete Order Custom Attributes Request

Represents a bulk delete request for one or more order custom attributes.

Structure

Bulk Delete Order Custom Attributes Request

Fields

Name Type Tags Description
values Hash String Bulk Delete Order Custom Attributes Request Delete Custom Attribute Hash Required A map of requests that correspond to individual delete operations for custom attributes.

Example (as JSON)

{
  "values": {
    "cover-count": {
      "key": "cover-count",
      "order_id": "7BbXGEIWNldxAzrtGf9GPVZTwZ4F"
    },
    "table-number": {
      "key": "table-number",
      "order_id": "7BbXGEIWNldxAzrtGf9GPVZTwZ4F"
    }
  }
}