Merge pull request 'feature/add-field-store-code-warehouse' (#176) from feature/add-field-store-code-warehouse into develop

Reviewed-on: #176
This commit is contained in:
Minh Nguyen 2024-08-05 03:19:22 +00:00
commit 0400a70a56
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ type WarehouseNatsResponse struct {
ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"`
IsFromInternational bool `json:"isFromInternational"`
StoreCode string `json:"storeCode"`
}
// WarehouseInfo ...