add-field-store-code-warehouse #177

Merged
minhnguyen merged 1 commits from feature/add-field-store-code-warehouse into master 2024-08-08 06:49:02 +00:00
1 changed files with 1 additions and 0 deletions

View File

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