diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index b7271f7d944..f68e360f383 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -2011,7 +2011,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->carts()->withId("ID")->post(null)` -Updates a Cart in the Project using one or more [update actions](/../projects/carts#update-actions). +Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions). ### Example ```php @@ -2106,7 +2106,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->carts()->withKey("key")->post(null)` -Updates a Cart in the Project using one or more [update actions](/../projects/carts#update-actions). +Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions). ### Example ```php @@ -3941,7 +3941,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->carts()->withId("ID")->post(null)` -Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../projects/carts#update-actions). +Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions). If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4054,7 +4054,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->carts()->withKey("key")->post(null)` -Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../projects/carts#update-actions). +Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions). If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. diff --git a/references.txt b/references.txt index c8668e78e73..0083b0ff912 100644 --- a/references.txt +++ b/references.txt @@ -372,3 +372,4 @@ be04b8a13c612b3eed8290dd00b81c2ebe16e5ed 77fcf46413ef8bb5133eb0907f42cba037c54c61 1d236d1f41e836083ad6ac1aa381b61f70f50074 e2594613d04733e91fe77848b55c73f255fac743 +d6a0c240644648d19c9880bc8eb48f961165dfec