-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minor update -new /v4/product/info/attributes endpoint +test #120
Conversation
Hi! |
ozon/products.go
Outdated
@@ -1558,6 +1558,92 @@ func (c Products) GetDescriptionOfProduct(ctx context.Context, params *GetDescri | |||
return resp, nil | |||
} | |||
|
|||
type GetDescriptionOfProductFilterV4 struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove any mention of version in naming
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
ozon/products.go
Outdated
TypeId int64 `json:"type_id"` | ||
PrimaryImage string `json:"primary_image"` | ||
|
||
// Доп. структура для "model_info" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use only english in code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
LGTM |
minor update -new /v4/product/info/attributes endpoint +test
as i described in issues thread