Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3627712c9b |
@@ -49,6 +49,8 @@ type SnipcartOrder struct {
|
|||||||
Country string `json:"shippingAddressCountry"`
|
Country string `json:"shippingAddressCountry"`
|
||||||
PostalCode string `json:"shippingAddressPostalCode"`
|
PostalCode string `json:"shippingAddressPostalCode"`
|
||||||
Phone string `json:"shippingAddressPhone"`
|
Phone string `json:"shippingAddressPhone"`
|
||||||
|
TrackingNumber string `json:"trackingNumber"`
|
||||||
|
TrackingUrl string `json:"trackingUrl"`
|
||||||
Items []SnipcartItem `json:"items"`
|
Items []SnipcartItem `json:"items"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user