Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Mar 7, 2024
1 parent 068978c commit b1e1f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,7 @@ input CreateProductSelectionDraft {
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input CreateProductTailoringDraft {
input ProductTailoringDraft {
product: ResourceIdentifierInput!
name: [LocalizedStringItemInputType!]
key: String
Expand Down Expand Up @@ -5941,7 +5941,7 @@ type Mutation {
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
createProductTailoring(
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
storeKey: KeyReferenceInput, draft: CreateProductTailoringDraft!): ProductTailoring
storeKey: KeyReferenceInput, draft: ProductTailoringDraft!): ProductTailoring

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
updateProductTailoring(
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,4 @@ ffed231e91d01608e1bb08ecc1883cf00d9d9293
48bbac8851ae864319c404607e9f10b874df0e3f
15f9e1d4f4595a72184d80cfb317402e5676eac9
9426f11f6f1755829c81c7db9fce597fdda6ade6
c11681240a69eb894764895d5dcfd21bf6812352

0 comments on commit b1e1f11

Please sign in to comment.