Sitecore OrderCloud Documentation

docs

Portal login

Submitting Your First Order

In the previous guides you created an empty order and then populated it with a line item containing two of our Cotton T-shirt product.

Shipping Estimates

In a normal order checkout process, one would expect to provide a shipping address and thereby have a choice of shipping providers to choose from. This is what the Shipping Estimates integration is for and will be covered in later documentation.

FURTHER READING

Integration Events: Estimate Shipping

Order Calculate

When a Shipper is selected or pre-configured by the application, at that point a Order Calculate would be run to update ShippingCost and TaxCost using a third party provider and elevated API roles. Again, this is beyond the scope of this guide and covered in later documentation.

FURTHER READING

Integration Events: Order Calculate

Submitting the Order

Once you have an order with at least one Line Item, you are able to use the Order Submit endpoint to change the Order's status from Unsubmitted to Open. Wherein the seller perspective or automation would take over fulfillment.

FURTHER READING

Order Submit

POST https://sandboxapi.ordercloud.io/v1/orders/Outgoing/INSERT_ORDER_ID_HERE/submit HTTP/1.1
Authorization: Bearer INSERT_ACCESS_TOKEN_HERE
Content-Type: application/json; charset=UTF-8;

The response should look something like this:

{
	"ID": "PKTiEFNEiEi9mEmC9cZCrw",
	"FromUser": {
		"ID": "BUYER_USER",
		"Username": "buyer01",
		"Password": null,
		"FirstName": "Buyer",
		"LastName": "User",
		"Email": "buyer@email.com",
		"Phone": null,
		"TermsAccepted": null,
		"Active": true,
		"xp": null,
		"AvailableRoles": null,
	        "Locale": null,
		"DateCreated": "2021-02-08T23:09:14.82+00:00",
		"PasswordLastSetDate": "2021-02-08T23:10:00.56+00:00"
	},
	"FromCompanyID": "BUYER_ORGANIZATION",
	"ToCompanyID": "bClEeDV0f9GjjkGD",
	"FromUserID": "BUYER_USER",
	"BillingAddressID": null,
	"BillingAddress": null,
	"ShippingAddressID": null,
	"Comments": null,
	"LineItemCount": 1,
	"Status": "Open",
	"DateCreated": "2021-02-23T20:39:03.173+00:00",
	"DateSubmitted": "2021-03-01T22:37:59.267+00:00",
	"DateApproved": null,
	"DateDeclined": null,
	"DateCanceled": null,
	"DateCompleted": null,
	"LastUpdated": "2021-03-01T22:37:59.267+00:00",
	"Subtotal": 20,
	"ShippingCost": 0,
	"TaxCost": 0,
	"PromotionDiscount": 0,
	"Total": 20,
	"IsSubmitted": true,
	"LineItems": null,
	"xp": null
}

The order now has IsSubmitted set to true, Status is set to "Open", and the DateSubmitted property has been set.

Congratulations on submitting your first OrderCloud order!


Still have questions?
Ask in our Community Channel

Content Powered By
Sitecore Logo

© Copyright 2024, Sitecore OrderCloud®. All rights reserved.

Contact Us
Privacy Policy
Sitecore