Compare commits
5 Commits
9c6c2b905f
...
0400a70a56
Author | SHA1 | Date |
---|---|---|
|
0400a70a56 | |
|
78194a2d43 | |
|
0f40121bf7 | |
|
de84fdc2bf | |
|
72d45ed239 |
|
@ -158,6 +158,7 @@ type WarehouseNatsResponse struct {
|
||||||
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||||
IsPendingInactive bool `json:"isPendingInactive"`
|
IsPendingInactive bool `json:"isPendingInactive"`
|
||||||
IsFromInternational bool `json:"isFromInternational"`
|
IsFromInternational bool `json:"isFromInternational"`
|
||||||
|
StoreCode string `json:"storeCode"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WarehouseInfo ...
|
// WarehouseInfo ...
|
||||||
|
|
Loading…
Reference in New Issue