mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
'Ordering' field to 'Site' definition
This commit is contained in:
commit
f6b4a15f78
1 changed files with 1 additions and 0 deletions
1
types.go
1
types.go
|
@ -897,6 +897,7 @@ type Site struct {
|
|||
CatalogLoadingAt string `json:"catalogLoadingAt,omitempty"`
|
||||
Contragent *LegalEntity `json:"contragent,omitempty"`
|
||||
DefaultForCRM bool `json:"defaultForCrm,omitempty"`
|
||||
Ordering int `json:"ordering,omitempty"`
|
||||
}
|
||||
|
||||
// Store type.
|
||||
|
|
Loading…
Add table
Reference in a new issue