Znode

Build Version:

PUT updateordertrackingnumber/{orderId}

Updates the order tracking number field.

Request Information

» Parameters

Name Description Additional information
orderId The ID of the order.

Define this parameter in the request URI.

model Tracking Number

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "TrackingNumber": "sample string 1"
}