Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 22 Next »

Important Notes

COD and Non-COD Orders
  • Posts with codAmount value are cash on delivery orders.

  • Posts with codAmount value of 0 are non-cod orders.


Once post is accepted:
  • Check for the tracking number only.


Fields

Fields marked with asterisk (*) are required fields

Meta Fields

Field Name

Description

Accepted Values

Default Values

delivery_postal_code*

postal code for delivery address

text

none

pickup_postal_code*

postal code for pickup address

text

none

quantity*

quantity of the item

text

none

Sample Create Post Meta Fields Body

"metaFields": {
    "pickup_postal_code": "1556",
    "delivery_postal_code": "1870",
    "quantity": "3"
}
  • No labels