Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Info

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.

...

Info

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

Code Block
languagejson
"metaFields": {
    "pickup_postal_code": "1556",
    "delivery_postal_code": "1870",
    "quantity": "3"
}