Shipping Methods
From the retailer context, there are no direct actions that may be performed on shipping methods.
Shipping Method Properties
Name | Description |
---|---|
id integer (11) |
A static id assigned by RevCascade. |
name string (64) |
The name of the shipping method |
code string (64) |
Static alphanumeric code for the shipping method. No spaces will be present. |
carrier carrier (simplified) |
Simplified carrier object containing core information including the id, name, & code. "carrier": { "id": 1 "name": "FedEx", "code": "FDEG" } |
generic_shipping_method object |
All shipping methods map to a "generic" shipping method that generally describes the service level & shipping expectations. For example, FedEx 2-Day delivery maps to the "Expedited" generic shipping method (which states that the package should be delivered within 2-3 days after processing) "generic_shipping_method": { "name": "Ground", "description": "Should arrive within 3-7 days after processing time", "type": "small_parcel" } |