Add tracking
Add a tracking number for an order
HTTP Request: wp-json/wc/v3/ggmp_tracking/{order_id}?param1=value1¶m2=value2
Method: PUT
Authentication
Follow this link to authenticate: https://docs.woocommerce.com/document/woocommerce-rest-api/
Params
tracking_code
:* (string) Tracking numbercarrier_id
:* (string) Shipping carrier slug. See API.send_mail
: (1 or 0): Send mail?change_order_status
: (string) Order status. Options: pending, processing, on-hold, completed, cancelled, refunded, failed and trashcarrier_name
: (string) Carrier name
Response
Last updated