-
Notifications
You must be signed in to change notification settings - Fork 82
IBX-5710: Shipping REST API #2053
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
68539be
IBX-5749: [REST] Implemented endpoints to get shipping method types
MagdalenaZuba 5dc354c
IBX-5751: [REST] Implemented endpoints to retrieve Shipments of an Orde
MagdalenaZuba e0c45bc
IBX-5750: [REST] Implemented endpoints to get shipping methods
MagdalenaZuba 0182a08
Merge branch 'master' into shipment_rest_api
MagdalenaZuba 54eb1a4
Update shipping method and shipping method types
adriendupuis 9483170
Update shipment, shipping method and shipping method types
adriendupuis 2dbb500
Fill-in ShipmentRefList.*.example
adriendupuis 75a814c
Fill-in ShipmentUpdate.*.example and resulting Shipment.*.example
adriendupuis 786d213
ez-types.raml: Update Shipment
adriendupuis 24d1698
ez-types.raml: Update Shipment
adriendupuis 9456d4a
ShipmentUpdate: new Shipment status after transition
adriendupuis b2a704a
Rebuild rest_api_reference.html
adriendupuis 9d16685
Fix REST ShippingMethod
adriendupuis 40355ca
re-build rest_api_reference.html
adriendupuis 35944f2
Merge branch 'master' into shipment_rest_api
adriendupuis 15d889d
Ship*.*.example: Add missing EOF new lines
adriendupuis 7bc6eae
ez-shipments.raml: Fix identifier param, add displayName and EOF NL
adriendupuis 63a3945
Shipment.*.example: parcel_locker_delivery
adriendupuis 5a05e64
ShippingMethodRefList.xml.example: Add contents
adriendupuis 5e24f8f
Shipment.*.example: parcel_locker_delivery
adriendupuis cd592bc
ez-shipping.raml: Add XML to /shipping/method-types/{identifier}
adriendupuis 9be9710
ez-types.raml: Describe ShippingMethod & ShipmentUpdate
adriendupuis 481b043
ez-types.raml: Fix indent
adriendupuis 77593b0
ez-types.raml: Update URL examples
adriendupuis e9557ee
ez-types.raml: Fix typos
adriendupuis 2f9cb3d
rest_api_reference.html: Rebuild after input changes
adriendupuis 55a0a86
Apply suggestions from code review
adriendupuis 94ec81c
rest_api_reference.html rebuild
adriendupuis 6bd323e
Merge branch 'master' into shipment_rest_api
adriendupuis f25335c
rest_api_reference.html rebuild after merge
adriendupuis 4d1dff8
Merge branch 'master' into shipment_rest_api
adriendupuis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...api/rest_api/rest_api_reference/input/examples/shipments/GET/ShipmentRefList.json.example
This file contains hidden or 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,24 @@ | ||
| { | ||
| "ShipmentRefList": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShipmentRefList+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments", | ||
| "shipmentRefList": [ | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.Shipment+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments\/foo" | ||
| }, | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.Shipment+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments\/bar" | ||
| }, | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.Shipment+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments\/baz" | ||
| }, | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.Shipment+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments\/qux" | ||
| } | ||
| ] | ||
| } | ||
| } |
7 changes: 7 additions & 0 deletions
7
.../api/rest_api/rest_api_reference/input/examples/shipments/GET/ShipmentRefList.xml.example
This file contains hidden or 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,7 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <ShipmentRefList media-type="application/vnd.ibexa.api.ShipmentRefList+xml" href="/api/ibexa/v2/shipments"> | ||
| <ShipmentRef media-type="application/vnd.ibexa.api.Shipment+xml" href="/api/ibexa/v2/shipments/foo"/> | ||
| <ShipmentRef media-type="application/vnd.ibexa.api.Shipment+xml" href="/api/ibexa/v2/shipments/bar"/> | ||
| <ShipmentRef media-type="application/vnd.ibexa.api.Shipment+xml" href="/api/ibexa/v2/shipments/baz"/> | ||
| <ShipmentRef media-type="application/vnd.ibexa.api.Shipment+xml" href="/api/ibexa/v2/shipments/qux"/> | ||
| </ShipmentRefList> |
33 changes: 33 additions & 0 deletions
33
...rest_api/rest_api_reference/input/examples/shipments/identifier/GET/Shipment.json.example
This file contains hidden or 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,33 @@ | ||
| { | ||
| "Shipment": { | ||
| "_media-type": "application\/vnd.ibexa.api.Shipment+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments\/ae741491-e80c-49f2-8a44-5163b4afa144", | ||
| "id": 1, | ||
| "identifier": "ae741491-e80c-49f2-8a44-5163b4afa144", | ||
| "status": "pending", | ||
| "transitions": { | ||
| "transitionList": [ | ||
| "prepare", | ||
| "cancel" | ||
| ] | ||
| }, | ||
| "Order": { | ||
| "_media-type": "application\/vnd.ibexa.api.Order+json", | ||
| "_href": "\/api\/ibexa\/v2\/orders\/order\/33f6db52-478f-41f1-afbe-6d38f6a4704f" | ||
| }, | ||
| "Amount": { | ||
| "value": "2257", | ||
| "currency": "EUR" | ||
| }, | ||
| "createdAt": "2023-06-26T15:40:28+02:00", | ||
| "updatedAt": "2023-06-26T15:40:28+02:00", | ||
| "Owner": { | ||
| "_media-type": "application\/vnd.ibexa.api.User+json", | ||
| "_href": "\/api\/ibexa\/v2\/user\/users\/14" | ||
| }, | ||
| "Method": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethod+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/methods\/parcel_locker_delivery" | ||
| } | ||
| } | ||
| } |
19 changes: 19 additions & 0 deletions
19
.../rest_api/rest_api_reference/input/examples/shipments/identifier/GET/Shipment.xml.example
This file contains hidden or 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,19 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Shipment media-type="application/vnd.ibexa.api.Shipment+xml" href="/api/ibexa/v2/shipments/ae741491-e80c-49f2-8a44-5163b4afa144"> | ||
| <id>1</id> | ||
| <identifier>ae741491-e80c-49f2-8a44-5163b4afa144</identifier> | ||
| <status>pending</status> | ||
| <transitions> | ||
| <transition>prepare</transition> | ||
| <transition>cancel</transition> | ||
| </transitions> | ||
| <Order media-type="application/vnd.ibexa.api.Order+xml" href="/api/ibexa/v2/orders/order/33f6db52-478f-41f1-afbe-6d38f6a4704f"/> | ||
| <Amount> | ||
| <value>2257</value> | ||
| <currency>EUR</currency> | ||
| </Amount> | ||
| <createdAt>2023-06-26T15:40:28+02:00</createdAt> | ||
| <updatedAt>2023-06-26T15:40:28+02:00</updatedAt> | ||
| <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/> | ||
| <Method media-type="application/vnd.ibexa.api.ShippingMethod+xml" href="/api/ibexa/v2/shipping/methods/parcel_locker_delivery"/> | ||
| </Shipment> |
33 changes: 33 additions & 0 deletions
33
...st_api/rest_api_reference/input/examples/shipments/identifier/PATCH/Shipment.json.example
This file contains hidden or 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,33 @@ | ||
| { | ||
| "Shipment": { | ||
| "_media-type": "application\/vnd.ibexa.api.Shipment+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipments\/new_identifier", | ||
| "id": 1, | ||
| "identifier": "new_identifier", | ||
| "status": "prepared", | ||
| "transitions": { | ||
| "transitionList": [ | ||
| "send-to-carrier", | ||
| "cancel" | ||
| ] | ||
| }, | ||
| "Order": { | ||
| "_media-type": "application\/vnd.ibexa.api.Order+json", | ||
| "_href": "\/api\/ibexa\/v2\/orders\/order\/33f6db52-478f-41f1-afbe-6d38f6a4704f" | ||
| }, | ||
| "Amount": { | ||
| "value": "2257", | ||
| "currency": "EUR" | ||
| }, | ||
| "createdAt": "2023-06-26T15:40:28+02:00", | ||
| "updatedAt": "2023-06-26T15:40:28+02:00", | ||
| "Owner": { | ||
| "_media-type": "application\/vnd.ibexa.api.User+json", | ||
| "_href": "\/api\/ibexa\/v2\/user\/users\/14" | ||
| }, | ||
| "Method": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethod+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/methods\/parcel_locker_delivery" | ||
| } | ||
| } | ||
| } |
19 changes: 19 additions & 0 deletions
19
...est_api/rest_api_reference/input/examples/shipments/identifier/PATCH/Shipment.xml.example
This file contains hidden or 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,19 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Shipment media-type="application/vnd.ibexa.api.Shipment+xml" href="/api/ibexa/v2/shipments/new_identifier"> | ||
| <id>1</id> | ||
| <identifier>new_identifier</identifier> | ||
| <status>prepared</status> | ||
| <transitions> | ||
| <transition>send-to-carrier</transition> | ||
| <transition>cancel</transition> | ||
| </transitions> | ||
| <Order media-type="application/vnd.ibexa.api.Order+xml" href="/api/ibexa/v2/orders/order/33f6db52-478f-41f1-afbe-6d38f6a4704f"/> | ||
| <Amount> | ||
| <value>2257</value> | ||
| <currency>EUR</currency> | ||
| </Amount> | ||
| <createdAt>2023-06-26T15:40:28+02:00</createdAt> | ||
| <updatedAt>2023-06-26T15:40:28+02:00</updatedAt> | ||
| <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/> | ||
| <Method media-type="application/vnd.ibexa.api.ShippingMethod+xml" href="/api/ibexa/v2/shipping/methods/parcel_locker_delivery"/> | ||
| </Shipment> |
14 changes: 14 additions & 0 deletions
14
.../rest_api_reference/input/examples/shipments/identifier/PATCH/ShipmentUpdate.json.example
This file contains hidden or 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,14 @@ | ||
| { | ||
| "ShipmentUpdate": { | ||
| "identifier": "new_identifier", | ||
| "transition": "prepare", | ||
| "Owner": { | ||
| "_media-type": "application/vnd.ibexa.api.User+json", | ||
| "_href": "/api/ibexa/v2/user/users/14" | ||
| }, | ||
| "Context": { | ||
| "item1": "value1", | ||
| "item2": "value2" | ||
| } | ||
| } | ||
| } | ||
10 changes: 10 additions & 0 deletions
10
...i/rest_api_reference/input/examples/shipments/identifier/PATCH/ShipmentUpdate.xml.example
This file contains hidden or 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,10 @@ | ||
| <?xml version="1.0" encoding="UTF-8" ?> | ||
| <ShipmentUpdate> | ||
| <identifier>new_identifier</identifier> | ||
| <transition>prepare</transition> | ||
| <Owner media-type='application/vnd.ibexa.api.User+json' href='/api/ibexa/v2/user/users/14'/> | ||
| <Context> | ||
| <item1>value1</item1> | ||
| <item2>value2</item2> | ||
| </Context> | ||
| </ShipmentUpdate> |
20 changes: 20 additions & 0 deletions
20
...i_reference/input/examples/shipping/method-types/GET/ShippingMethodTypesList.json.example
This file contains hidden or 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,20 @@ | ||
| { | ||
| "ShippingMethodTypesList": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethodTypesList+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/method-types", | ||
| "ShippingMethodTypes": [ | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethodType+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/method-types\/flat_rate", | ||
| "identifier": "flat_rate", | ||
| "name": "Flat rate" | ||
| }, | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethodType+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/method-types\/free", | ||
| "identifier": "free", | ||
| "name": "Free shipping" | ||
| } | ||
| ] | ||
| } | ||
| } |
11 changes: 11 additions & 0 deletions
11
...pi_reference/input/examples/shipping/method-types/GET/ShippingMethodTypesList.xml.example
This file contains hidden or 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 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <ShippingMethodTypesList media-type="application/vnd.ibexa.api.ShippingMethodTypesList+xml" href="/api/ibexa/v2/shipping/method-types"> | ||
| <ShippingMethodType media-type="application/vnd.ibexa.api.ShippingMethodType+xml" href="/api/ibexa/v2/shipping/method-types/flat_rate"> | ||
| <identifier>flat_rate</identifier> | ||
| <name>Flat rate</name> | ||
| </ShippingMethodType> | ||
| <ShippingMethodType media-type="application/vnd.ibexa.api.ShippingMethodType+xml" href="/api/ibexa/v2/shipping/method-types/free"> | ||
| <identifier>free</identifier> | ||
| <name>Free shipping</name> | ||
| </ShippingMethodType> | ||
| </ShippingMethodTypesList> |
8 changes: 8 additions & 0 deletions
8
...rence/input/examples/shipping/method-types/identifier/GET/ShippingMethodType.json.example
This file contains hidden or 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,8 @@ | ||
| { | ||
| "ShippingMethodType": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethodType+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/method-types\/flat_rate", | ||
| "identifier": "flat_rate", | ||
| "name": "Flat rate" | ||
| } | ||
| } |
5 changes: 5 additions & 0 deletions
5
...erence/input/examples/shipping/method-types/identifier/GET/ShippingMethodType.xml.example
This file contains hidden or 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,5 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <ShippingMethodType media-type="application/vnd.ibexa.api.ShippingMethodType+xml" href="/api/ibexa/v2/shipping/method-types/flat_rate"> | ||
| <identifier>flat_rate</identifier> | ||
| <name>Flat rate</name> | ||
| </ShippingMethodType> |
16 changes: 16 additions & 0 deletions
16
...rest_api_reference/input/examples/shipping/methods/GET/ShippingMethodRefList.json.example
This file contains hidden or 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,16 @@ | ||
| { | ||
| "ShippingMethodRefList": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethodRefList+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/methods", | ||
| "ShippingMethodRefs": [ | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethod+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/methods\/parcel_delivery" | ||
| }, | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethod+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/methods\/parcel_locker_delivery" | ||
| } | ||
| ] | ||
| } | ||
| } |
5 changes: 5 additions & 0 deletions
5
.../rest_api_reference/input/examples/shipping/methods/GET/ShippingMethodRefList.xml.example
This file contains hidden or 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,5 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <ShippingMethodRefList media-type="application/vnd.ibexa.api.ShippingMethodRefList+xml" href="/api/ibexa/v2/shipping/methods"> | ||
| <ShippingMethodRef media-type="application/vnd.ibexa.api.ShippingMethod+xml" href="/api/ibexa/v2/shipping/methods/parcel_delivery"/> | ||
| <ShippingMethodRef media-type="application/vnd.ibexa.api.ShippingMethod+xml" href="/api/ibexa/v2/shipping/methods/parcel_locker_delivery"/> | ||
| </ShippingMethodRefList> |
58 changes: 58 additions & 0 deletions
58
..._api_reference/input/examples/shipping/methods/identifier/GET/ShippingMethod.json.example
This file contains hidden or 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,58 @@ | ||
| { | ||
| "ShippingMethod": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethod+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/methods\/method1", | ||
| "identifier": "method1", | ||
| "name": "AmE Method 1", | ||
| "names": { | ||
| "value": [ | ||
| { | ||
| "_languageCode": "eng-US", | ||
| "#text": "AmE Method 1" | ||
| }, | ||
| { | ||
| "_languageCode": "eng-GB", | ||
| "#text": "BrE Method 1" | ||
| } | ||
| ] | ||
| }, | ||
| "description": "AmE Description of Method 1", | ||
| "descriptions": { | ||
| "value": [ | ||
| { | ||
| "_languageCode": "eng-US", | ||
| "#text": "AmE Description of Method 1" | ||
| }, | ||
| { | ||
| "_languageCode": "eng-GB", | ||
| "#text": "BrE Description of Method 1" | ||
| } | ||
| ] | ||
| }, | ||
| "enabled": true, | ||
| "options": { | ||
| "option": [ | ||
| { | ||
| "_key": "price", | ||
| "#text": "20.0000" | ||
| }, | ||
| { | ||
| "_key": "currency", | ||
| "#text": "EUR" | ||
| } | ||
| ] | ||
| }, | ||
| "regions": { | ||
| "RegionRefList": [ | ||
| { | ||
| "_media-type": "application\/vnd.ibexa.api.Region+json", | ||
| "_href": "\/api\/ibexa\/v2\/product\/catalog\/regions\/default" | ||
| } | ||
| ] | ||
| }, | ||
| "type": { | ||
| "_media-type": "application\/vnd.ibexa.api.ShippingMethodType+json", | ||
| "_href": "\/api\/ibexa\/v2\/shipping\/method-types\/flat_rate" | ||
| } | ||
| } | ||
| } |
23 changes: 23 additions & 0 deletions
23
...t_api_reference/input/examples/shipping/methods/identifier/GET/ShippingMethod.xml.example
This file contains hidden or 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,23 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <ShippingMethod media-type="application/vnd.ibexa.api.ShippingMethod+xml" href="/api/ibexa/v2/shipping/methods/method1"> | ||
| <identifier>method1</identifier> | ||
| <name>AmE Method 1</name> | ||
| <names> | ||
| <value languageCode="eng-US">AmE Method 1</value> | ||
| <value languageCode="eng-GB">BrE Method 1</value> | ||
| </names> | ||
| <description>AmE Description of Method 1</description> | ||
| <descriptions> | ||
| <value languageCode="eng-US">AmE Description of Method 1</value> | ||
| <value languageCode="eng-GB">BrE Description of Method 1</value> | ||
| </descriptions> | ||
| <enabled>true</enabled> | ||
| <options> | ||
| <value key="price">20.0000</value> | ||
| <value key="currency">EUR</value> | ||
| </options> | ||
| <regions> | ||
| <RegionRef media-type="application/vnd.ibexa.api.Region+xml" href="/api/ibexa/v2/product/catalog/regions/default"/> | ||
| </regions> | ||
| <type media-type="application/vnd.ibexa.api.ShippingMethodType+xml" href="/api/ibexa/v2/shipping/method-types/flat_rate"/> | ||
| </ShippingMethod> |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.