API Apple Store export Orders and Invoice to XLS or XML

Hi,
We are from France and we are looking for a solution for exports invoices from the WebSite https://ecommerce.apple.com/
We have many bills at Apple and it became impossible to work manually, is a source of error and a waste of time.
Do you have an API ? (Soap, XML, xls, FileMaker, ...)
Thanks

Hi,
We are from France and we are looking for a solution for exports invoices from the WebSite https://ecommerce.apple.com/
We have many bills at Apple and it became impossible to work manually, is a source of error and a waste of time.
Do you have an API ? (Soap, XML, xls, FileMaker, ...)
Thanks

Similar Messages

  • Can I buy Apple product from Apple Store US online and ship to Cambodia?

    I currently live in Cambodia. I would love to buy a Macbook Air from Apple Store US online. However, I am wondering can the store ship the product to the location where I live? Thank you so much for your time answering my question. Peace

    U.S. Sales Only
    The Apple Store accepts orders from billing addresses within the United States and most U.S. territories. Apple will not ship products purchased at the Apple Store to an address outside of the U.S. Please click here to find an Apple Store outside of the U.S. Apple products are subject to U.S. and foreign export control laws and regulations and must be purchased, sold, exported, re-exported, transferred, and used in compliance with such export laws and regulations. Apple Store (US) Sales and Refund Policy - http://store.apple.com/us/open/salespolicies

  • How to create Sales order and Invoice in Foreign Currency

    Dear All,
    What are the procedures I have to do to create the sale order and Invoice in Foreign currency.
    Is it enough if I maintain the currency in the Customer Master and Excahge rate OBBS.
    or
    We have to do someting in the Sales order (Change the currency document header level)?
    Kindly explain.
    Regards,
    Mullairaja

    Dear Mullairaja
    Under customer master you can maintain currency eg. usd, eur etc. that will do.. (hope you have maintain diift. Dist. Channel for Export sales and maintain Recon A/c for export revenue.) This will copy to Sales order.
    Under t.code OB08 we maintain the Currency Exchange Rates which will help for copying control.
    Under Displaying Billing document - Accounting -  you can click on Display Currency Tab,  here you will understand the rate conversion  i.e from USD to INR.
    Thanks & Regards
    Hrishikesh K

  • Example Order and Invoice in the SDK examples

    hi all,
    i am programming with the DI API in VB6 and i want to perform a normal order and invoice transaction! The example which comes with the SDK is in .NET! How can i do this in VB6, because at the moment i have certain problems to combine the business partners with the corresponding items, they are selling!
    Thanks for your help!

    Hi
    Here is an example of how to add a sales order. The invoice is very similar, just change the document type.
      Dim oBP As SAPbobsCOM.BusinessPartners
            Dim BPCodeStr As String
            oBP = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
            Dim oOrderDoc As SAPbobsCOM.Documents
            oOrderDoc = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
            BPCodeStr = BPCode.Text
            If oBP.GetByKey(BPCodeStr) Then
                oOrderDoc.CardCode = BPCodeStr
                oOrderDoc.DocDueDate = Now
                oOrderDoc.Lines.ItemCode = Item1.Text
                oOrderDoc.Lines.Quantity = Qty1.Text
                oOrderDoc.Lines.Add()
                oOrderDoc.Lines.ItemCode = Item2.Text
                oOrderDoc.Lines.Quantity = Qty2.Text
                lRetCode = oOrderDoc.Add
                If lRetCode <> 0 Then
                    MessageBox.Show("Not Added")
                ElseIf lRetCode = 0 Then
                    oCompany.GetNewObjectCode(OrderStr)
                    MsgBox(OrderStr)
                End If
            End If
    Hope this helps

  • Purchase Order and Invoice creation

    Hi All,
    I am having some fields related to Purchase order and Invoice creation, i have to find out the tables to which tables these fields belongs to.
    Below are the Header fields:
    Wrbtr  Tcode - MIRO,
    Lfsnr   Tcode - MIGO,
    Evertn Tcode - Me32k,
    Kbetr  Tcode - Me32k,
    Kschl  Tcode - Mek1,
    Selkz  Tcode - Mek1,
    Werks Tcode - Mek1,
    Evart   Tcode - Me31k,
    Frgco  Tcode - Me35k,
    Sddat  Tcode - Me35k,
    Below are the Detail fields:
    Kbetr   Tcode - Mek1,
    Konwa Tcode - Mek1,
    Lgobe  Tcode - Me21n,
    Planloc Tcode - Me31k,
    Datab   Tcode - Mek1,
    Datbi    Tcode - Mek1,
    Fromdate  Tcode - Me31k,
    Todate      Tcode - Me31k,
    i have to retrive all these fields from tables, so plz anybody give me exact tables to use in the select quries to retrive these fields.
    Thanks in advance,
    Balu.

    Hi,
    U can get the req fields as follows:
    Below are the Header fields:
    1)Wrbtr Tcode - MIRO- table rseg ,field-wrbtr
    give belnr (invoice no ) & BUZEI(item)  if known, else, give ebeln,ebelp.
    2)Lfsnr Tcode - MIGO,-table mkpf,give mblnr (mat doc no ) & ZEILE(item) field-xblnr  or give ebeln,ebelp
    3)Kbetr Tcode - Me32k,
    table:konp or konv.
    Pass ebeln to ekko, wil get KNUMV.Pass KNUMV as KNUMH  in 1 of the tables- konp or konv,wil get kbetr.
    4)Kschl Tcode - Mek1,
    Pass ebeln,ebelp to table ekpo, get mwskx(taxcode), u will get condition type kschl from FM -FI_TAX_GET_CONDITION_TYPES.
    or
    table:konh or konp or konv.
    Pass ebeln to ekko, wil get KNUMV.Pass KNUMV   as KNUMH in 1 of the tables-konh or konp or konv, wil get kschl.
    5)Werks Tcode - Mek1,-table-ekpo, field-werks(give ebeln,ebelp)
    Below are the Detail fields:
    1)Kbetr Tcode - Mek1,
    Pass ebeln to ekko, wil get KNUMV.Pass KNUMV as KNUMH in 1 of the tables- konp or konv,wil get kbetr.
    2)Konwa Tcode - Mek1,
    Pass ebeln to ekko, wil get KNUMV.Pass KNUMV as KNUMH in 1 of the tables- konp or konv,wil get konwa.
    3)Lgobe Tcode - Me21n,give ebeln.ebelp in table ekpo, get lgort.pass lgort to table t001l, u wil get lgobe.
    4)Datab Tcode - Mek1,table-konh,field datab
    Pass ebeln to ekko, wil get KNUMV.Pass KNUMV as KNUMH  in - konh ,wil get datab.
    5)Datbi Tcode - Mek1,table-konh,field databi
    Pass ebeln to ekko, wil get KNUMV.Pass KNUMV as KNUMH in  table- konh,wil get databi.
    Hope its useful to u.

  • Importing Sales orders and Invoices thru DTW

    Hi every one,
    I am facing a unique problem when using DTW to import sales orders and invoices through DTW.
    I am using the two templates- Documents and Document Lines. But the imported Invoice or the sales order(In both cases) the dicount field in the row is taking a negetive discount value. Let me elaborate....
    1. I am taking a BP which has been alloted a Particular pricelistcode in the BP Master.( say it be Purchase price).
    2. Now In the Doc_lines Template I have put the value in the price column- (eg. Rs. 500).
    3. Now the itemcode used in the template is already having a masters and the prices are also defined in SAP B1. Say the Purchase price defined for the item is Rs.400
    4.When I am importing the order/nvoice then the discount field in the row automatically takes a value of -25%, the unit price has the value Rs.400 and the Total Field shows Rs.500.
    ( this Implies that the price I have suggested to Import i.e. Rs500 is some how not taken by the system. The system takes the price defined for the BP and then adjusts it with the price suggested by the user during import) So a negetive discount is taken.
    On the other hand if the same procedure is followed for an item where the prices are not updated in the master data then there is no such problem. the unit price field reflects the price which is given in yhe template.
    please suggest a way to get out of this problem.

    Hi Debraj,
    Try the following..
    In Admin > System init > Document Settings > General Tab ..Calculate the Row total using Unit price ....... leave this  unchecked
    Also, at the Document_lines template fill the discount column with 0
    Suda

  • Report to list manual changes to conditions in sales orders and invoices

    Hi experts,
    Is there a Standard Report to list the manual changes of pricing conditions in sales orders and invoices?
    Should be a selection on the field KONV-KMPRS.
    Please advice.
    Rgds,
    Pri

    Hi priya,
    In the Sales Order,Select Environment and then Changes to See all Changes made.
    Follow the Same procdure for Invoice also.
    There is no Standard report as such to see the changes.
    Thanks,
    Neelima.

  • Creation of u201CHeader Textu201D in sales Order and Invoice

    Dear friends,
            Can any one guide me the complete configuration settings that are required for creation of u201CHeader Textu201D in sales Order and Invoice. Please help me to overcome this issue.
    Regards,
    Bhanu.

    Hello Bhanu...
    Hope you are aware of the configurations you need to maintain for the Text determination.Anyway, herewith are the steps that may help you to accomplish your requirement.
    Text Determination procedure for sales document header:
    Text can be determined at sales document header level or it can be imported from customer master. The process is...
    Define Text types:Path: Imgsales and distributionbasic functionstext controldefine text types
    Select sales document header. Click on text types go to new entries and define text types. For Eg:Z1
    Define Access sequence:
    Select sales document header
    Click on change icon
    Click on access sequence control button under dialog structure
    Go to new entries and define access sequence number with description.Ex: 55
    Save it and exit
    Define text determination procedure:
    Go to new entries
    Define text determination procedure.Ex: ZX save it and exit
    Assign text id's to text determination procedure:
    Select your text determination procedure(ZX)
    click on text id's in text procedure control button under dialog structure
    go to new entries and maintain entries. Text id:assign text id (Z1) that we defined in the previous step
    Specify sequence No-10
    Check Reference: this indicator specify that the text is reference or copies from preceding object
    Text in obligatory: text will be displayed during copying. the value of this field specifies whether text is obligatory or not and if it is obligatory the how it is to be displayed
    Apart from this... you also have to maintain the text in the Customer master as mentioned in the previous mail..
    For this you have to maintain the customer text.Do the following steps.
    1. Go to Customer master, Choose from the Menu Extras --> Text and mention the text
    2. Then in a sales order automatically wehn you are entering that sold to party..the header message will be appearing..
    In a nutshell i would request you to check weather you have maintained the Sales-Customer text KNVV and also that you have maintained all the required customizing settings for the text procedure, access sequence etc were completed....?
    Also make sure that the text type is also inclueded in the text determination procedure of the sales document header...
    Note: If all the settings of text determination exists and still if the text is not appearing then In sales document Header Text procedure, select sales header procedure, then select Texts in procedure. Check for the Header note, No. box is checked. This check mark ensures text is to be displayed when it is copied..
    Its should be working if all the requried setting are made....
    Reward if this helps..
    Thanks,
    Safeer Rahman

  • Inconsistent updation of sales group in Sales order and invoice

    Dear all,
        The sales office and sales group is properly updated in the specific sales area master data of the customer but not flowing in the sales order and subsquently in the invoice. For some documents it gets updated and for others the filed is blank.
    I have checked the master data and also the documents and found no errors. Please help in how to solve the issue. I need 100% updation of sales office and sales group in the order and invoice. Please advice how to solve the issue.
    Regards,
    Parthasarathy.R

    Dear Parthasarathy,
    Request You to post the same query in SD Forum
    You will get quick response there
    this is PP forum
    Hope You Understand
    Regards
    kumar

  • I have bought an itunes card from germany while my apple id is registerd in the uk, can i return the card to the apple store in germany and get my money back ?

    I have bought an itunes card from germany while my apple id is registerd in the uk, can i return the card to the apple store in germany and get my money back ?

    You will have to contact the Apple Store you bought the card from and ask, but if you scratched off the coating to expose the redemption code, then no, they won't take it back.
    Regards.

  • Hide the cost and margin fields on Sales Orders and Invoices

    Hi all,
    I need to hide the cost and margin fields in Sales Orders and Invoices. We sell our products to our employees sometimes, hence we don't want them to know cost and margin information.
    Can this be done?
    Cheers

    Go to VOV7 & as per the Item category ,de - select the Check Box Determine Cost.
    Else remove the Condition Type VPRS & Margin Condition type from the Pricing Procedure
    Best Regards,
    Ankur

  • ı wanna delete my purcahe but it did hide and where is the hidding ı wanna delete my purchase please because I am not looking a few purchase (dowloaded at the apple store) help me and send message to my email thank you have good work.

    ı wanna delete my purchase but it did hide and where is the hidding ı wanna delete my purchase please because I am not looking a few purchase (dowloaded at the apple store) help me and send message to my email thank you have good work.

    what?

  • Does apple store the .mp3 and other files I've purchased 'in the cloud'?

    Does apple store the .mp3 and other files I've purchased 'in the cloud'?  I had to restore my PC and forgot to back them up.  If not, I assume I would potentially need to purchase them again, right?  Please help.
    THIS IS REGARDING THE iTUNES Client Application V10.9.
    Thank You,
    The Technology Diva

    ''rajkumar05 [[#question-1049891|said]]''
    <blockquote>
    there is a problem with the firefox browser in my firefox os 1.3 intex cloud fx since i am not able to download any files using it.
    there are no other browsing application in the marketplace to, so help is required
    thanks.
    </blockquote>
    Hello Rajkumar,
    You can easily download media file. Follow these instructions: [http://mzl.la/1xKvGNs]

  • Material in order and invoice, but i don't want it appears in delivery

    Hi Gurus,
    I have a problem. I have a dummy material (insurance) which is a service. I want that material appears in order and invoice (va02, vf02) like a normal item, but i don't want this material in the delivery (vl02).
    I change item category for this dummy material to LEIS (service without delivery, before was DIEN, with delivery), but it still appears in delivery.
    I have to do it through materials. We have ruled out a solution based in price conditions.
    Can you help me? Have you some ideas what i have to do?
    thanks,
    Abel

    First of all, thank you to everyone has answered to my post.
    I've tried with some of your solutions and it works for take the material out of the delivery, but our problem still being there, because we have to do the billing from the delivery. When we do billing, this dummy material doesn't appear in the invoice.
    Maybe what I asked before is impossible, so i think  there's another option. The problem we have is about delivery note which includes this service. But, can I print the delivery note without this material? I wouldn't like modify the printing program, there's another option for taking the items which i don't want to see out of the output?
    thanks to everyone,
    abel

  • I have purchased apple store card error and i want to buy itunes gift card you have replaced

    i have purchased apple store card error and i want to buy itunes gift card you have replaced
    can you help me

    We are all iTunes users just like you.
    I doubt that anything can be done, but try contacting the store from which you purchased the card and ask them.

Maybe you are looking for

  • How to make my PowerMac G4 run faster

    My PowerMac. G4 is running very slowly.  I am running OSX 10.4.11 with Safari. Are there solutions for this?

  • WAD problem: HTML code is disappearing.

    hello all When i paste the HTML code into the HTML tabpage of a WAD, and then switching to the layout tab or saving the template, results in loosing the HTML code and no layout is available, only default code is available in the HTML Tab. is it a WAD

  • Accidentally deleted device backup in iTunes

    i have Time Machine backups. how do I recover accidentally deleted device backup?

  • COLUMN FORMAT

    Can someone tell me what is difference betwen all these formats of columns a12 , a32 and if its possible send the link or list of all format types.... And how much space does a single timestamp column value takes.

  • Pale or no print

    Hello everyone, Need help pls ! When I try to print a PDF file I either get no print or a very pale and unreadable page. I have tried Accessibility -> custom color -> page= white and text = black but still no results. Mac Lion, Adobe Reader 11.0.04,