-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2377 from spryker/CnC-api-guides
CnC api guides
- Loading branch information
Showing
60 changed files
with
2,904 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
_includes/pbc/all/glue-api-guides/202311.0/checkout-data-response-attributes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION | | ||
| --- | ----------- | ----- | ----- | | ||
| checkout-data | addresses | Array | A list of customer addresses that can be used for billing or shipping. This attribute is deprecated. To retrieve all available addresses, include the `addresses` resource in your request. | | ||
| checkout-data | paymentProviders | Array | Payment providers that can be used for the checkout. This attribute is deprecated. To retrieve all the available payment methods, include the `payment-methods` resource in your request. | | ||
| checkout-data | shipmentMethods | Array | A list of available shipment methods. This attribute is deprecated. To retrieve all the available shipment methods, include the `shipment-methods` resource in your request. | | ||
| checkout-data | selectedShipmentMethods | Array | Shipment methods selected for the order. | | ||
| checkout-data | selectedPaymentMethods | Array | Payment methods selected for this order. | | ||
| checkout-data | selectedPaymentMethods.paymentMethodName | String | Payment method name. | | ||
| checkout-data | selectedPaymentMethods.paymentProviderName | String | Name of the payment provider for this payment method. | | ||
| checkout-data | selectedPaymentMethods.priority | String | Defines the order of returned payment methods in ascending order. | | ||
| checkout-data | selectedPaymentMethods.requiredRequestData | Array | A list of attributes required by the given method to effectuate a purchase. The actual list depends on the specific provider. | |
18 changes: 9 additions & 9 deletions
18
...ponse-attributes-of-included-resources.md → ....0/order-shipments-response-attributes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.