-
Notifications
You must be signed in to change notification settings - Fork 37
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
Sync product attributes #98
Comments
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 19, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 19, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 19, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 19, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 21, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 21, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 21, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 21, 2017
…to the ProductUpdateActionUtils.
heshamMassoud
added a commit
that referenced
this issue
Sep 21, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 21, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
heshamMassoud
added a commit
that referenced
this issue
Sep 22, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 27, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Sep 27, 2017
andrii-kovalenko-ct
pushed a commit
that referenced
this issue
Sep 29, 2017
andrii-kovalenko-ct
pushed a commit
that referenced
this issue
Sep 29, 2017
andrii-kovalenko-ct
pushed a commit
that referenced
this issue
Oct 2, 2017
andrii-kovalenko-ct
pushed a commit
that referenced
this issue
Oct 2, 2017
andrii-kovalenko-ct
pushed a commit
that referenced
this issue
Oct 4, 2017
andrii-kovalenko-ct
pushed a commit
that referenced
this issue
Oct 4, 2017
andrii-kovalenko-ct
added a commit
that referenced
this issue
Oct 4, 2017
#98: fix javadoc publishing
heshamMassoud
removed this from the Stabilisation Milestone (Previously: 1.0.0-M2-beta) milestone
Dec 23, 2018
The issue looks like not managed after it's open. The changed described in the issue is already implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implementation details
a. Each attribute's
type
: The types that we should be concerned with for the MVP areBooleanType
,TextType
,LocalizableTextType
,EnumType
,LocalizableEnumType
,NumberType
andSetType
.b. The
EnumType
andLocalizableEnumType
values should not be cached since they are big and are not needed.c.
isRequired
field: if the field is required but doesn't actually have a new value, the sync library would trigger the error call back instead of making a request to CTP.d.
attributeConstraint
field: if it has the valueSameForAll
, then thesetAttributeInAllVariants
update action should be used for adding/removing/changing an attribute value at the same time for all the variants.P.S. The name of every attribute is unique.
Hints
Product#masterData#staged#variants#attributes
http://dev.commercetools.com/http-api-projects-products.html#attribute
Update Actions required
setProductVariantKeyThe text was updated successfully, but these errors were encountered: