Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -7,3 +7,9 @@ type ProductAttributeOption struct {
|
||||
AttributeCode string `json:"attribute_code"`
|
||||
AttributeDescription string `json:"attribute_description"`
|
||||
}
|
||||
|
||||
type ProductItemAttributeValue struct {
|
||||
ItemTypeCode int16 `json:"item_type_code"`
|
||||
AttributeTypeCode int `json:"attribute_type_code"`
|
||||
AttributeCode string `json:"attribute_code"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user